lcShapeGetNextEnt Home

Returns a handle to the entity which is placed after the specified entity in a shape.

 HANDLE lcShapeGetNextEnt (
   HANDLE hShape,
   HANDLE hEnt
 );

Parameters
hShape
  Handle to a shape object.
hEnt
  Handle to an entity. The entity must be a part of the shape.

Return Value

  Handle to the entity which is placed after hEnt in the shape. If there are no entities after hEnt, the function returns NULL.

See Also

  lcShapeGetFirstEntlcShapeGetLastEntlcShapeGetPrevEnt

Code sample